.rcpy .rcpy-list {
  position: relative;
  margin-left: -5%; }
  .rcpy .rcpy-list .rcpy-item {
    position: relative;
    margin-left: 5%;
    background: #f6f6f6;
    height: 186px;
    width: 45%;    float: left;
    margin-bottom: 50px; }
    .rcpy .rcpy-list .rcpy-item .rcpy-item-text {
      width: 47%;
      float: left;
      height: auto;
      padding: 25px 0; }
      .rcpy .rcpy-list .rcpy-item .rcpy-item-text .rcpy-item-title {
        position: relative;
        font-size: 18px;
        color: #a30f0f;
        padding-left: 33px;
        margin-bottom: 10px; }
        .rcpy .rcpy-list .rcpy-item .rcpy-item-text .rcpy-item-title:before {
          position: absolute;
          content: "";
          left: 0;
          top: 0;
          bottom: 0;
          margin: auto;
          width: 13px;
          height: 4px;
          background: #a30f0f; }
      .rcpy .rcpy-list .rcpy-item .rcpy-item-text .rcpy-item-l {
        padding: 0 34px; }
        .rcpy .rcpy-list .rcpy-item .rcpy-item-text .rcpy-item-l a {
          font-size: 14px;
          color: #666666;
          height: 30px;
          line-height: 30px;
          width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          display: block; }
          .rcpy .rcpy-list .rcpy-item .rcpy-item-text .rcpy-item-l a.rcpy-item-href i {
            display: inline-block;
            font-size: 12px;
            color: #666666; }
      .rcpy .rcpy-list .rcpy-item .rcpy-item-text .rcpy-item-zh {
        padding: 0 34px;
        font-size: 14px;
        line-height: 24px;
        color: #666666;
        text-align: justify;height:116px;overflow:hidden; }
    .rcpy .rcpy-list .rcpy-item .rcpy-item-img {
      width: 53%;
      height: 100%;
      float: left; }
      .rcpy .rcpy-list .rcpy-item .rcpy-item-img img {
        width: 100%;
        height: 100%; }
    @media screen and (max-width: 786px) {
      .rcpy .rcpy-list .rcpy-item {
        width: calc(100% - 40px); } 
.rcpy .rcpy-list .rcpy-item .rcpy-item-text .rcpy-item-zh{padding:0 10px;}
}

  .rcpy .rcpy-list:after {
    content: "";
    clear: both;
    display: block; }